<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_AMERICAN</nationality>

		<long_name>M22 'Locust'</long_name>
		<short_name>Locust</short_name>
		<comment>A fast light airborne tank with a 37mm Gun M6, and a .30cal M1919A4 machine gun</comment>

		<uniform>american_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>3</month><year>1943</year><number>10</number></data>
		<data><month>12</month><year>1945</year><number>10</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-M22 Locust.png</image_profile>
			<weight>7400</weight>
		</attributes>

		<drive>
			<engine>
				<name>Lycoming 0 435T</name>
				<horsepower>192</horsepower>
				<reliability>RELIABILITY_VERY_GOOD</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>4</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_CONTROLLED_DIFFERENTIAL</steering>

			<exhaust_pipe><offsetX>80</offsetX><offsetY>210</offsetY></exhaust_pipe>
			<exhaust_pipe><offsetX>-80</offsetX><offsetY>210</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-M22 Locust.png</image_view>

			<width>216</width>
			<length>394</length>
			<height>100</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>13@65</upper_front>
				<lower_front>25</lower_front>
				<upper_side>10@45</upper_side>
				<lower_side>13</lower_side>
				<rear>13@9</rear>
				<top>10</top>
				<bottom>13</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>190</width>
			<length>300</length>
			<height>25</height>

			<offsetX>0</offsetX>
			<offsetY>35</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>13@60</front>
				<upper_side>10@45</upper_side>
				<lower_side>10</lower_side>
				<rear>13@9</rear>
				<top>130</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-M22 Locust turret.png</image_view>

			<diameter>150</diameter>
			<height>60</height>
			<offsetX>0</offsetX>
			<offsetY>-10</offsetY>

			<rotate_time>18</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>25@30</front>
				<side>25@5</side>
				<rear>25</rear>
				<top>13</top>
				<mantlet>25</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_37_M6</type></weapon>
			<weapon><type>WEAPON_LMG_M1919</type><offsetX>20</offsetX><offsetY>-5</offsetY></weapon>
			<ammo><for>WEAPON_CANNON_37_M6</for><flavour>FLAVOUR_HE</flavour><rounds>30</rounds></ammo>
			<ammo><for>WEAPON_CANNON_37_M6</for><flavour>FLAVOUR_APCBC</flavour><rounds>20</rounds></ammo>
			<ammo><for>WEAPON_LMG_M1919</for><rounds>3000</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
